PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaActivationCondition Enumeration
In This Topic
    PDFRichMediaActivationCondition Enumeration
    In This Topic
    Defines the supported conditions for rich media annotation activation.
    Members
    MemberDescription
    EXPLICIT_ACTIVATIONThe annotation is explicitly activated by a user action or script.
    PAGE_OPENThe annotation is activated as soon as the page that contains the annotation receives focus as the current page.
    PAGE_VISIBLEThe annotation is activated as soon as any part of the page that contains the annotation becomes visible.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.richmedia.PDFRichMediaActivationCondition

    See Also